home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / ASSEMBLE / 2362.ZIP / TESTTABS.BAT < prev    next >
DOS Batch File  |  1993-10-24  |  565b  |  18 lines

  1. rem mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
  2. rem  $Id: testtabs.bat 1.1 1993/08/13 23:46:55 toma Exp $
  3. rem mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
  4. rem  Run TASM on all the table test files.   Those that have
  5. rem  extended instuctions use the -x option.
  6.  
  7. tasm -48 -x test48.asm
  8. tasm -65 -x test65.asm
  9. tasm -51    test51.asm
  10. tasm -85    test85.asm
  11. tasm -80 -x testz80.asm
  12. tasm -05 -x test05.asm
  13. tasm -3210  test3210.asm
  14. tasm -3225  test3225.asm
  15. tasm -68 -x test68.asm
  16. tasm -70    test70.asm
  17.  
  18.